home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / F_J / JJET240.ZIP / UPDATE.BAT < prev   
DOS Batch File  |  1993-03-10  |  388b  |  23 lines

  1. @echo off
  2. if not exist hk.wld goto direrr
  3. if not exist harry240.exe goto exeerr
  4. harry240 -o
  5. del *.$$$
  6. del *.cfg
  7. del aces.dat
  8. install
  9. goto end
  10.  
  11. :direrr
  12. echo You must run this program from the directory you originally
  13. echo installed Harrier Jump Jet.
  14. goto end
  15.  
  16. :exeerr
  17. echo You must copy ALL files from the update disk to your Harrier
  18. echo directory.
  19. goto end
  20.  
  21. :end
  22.  
  23.